From: Dan Nicolaescu Date: Tue, 21 Sep 2010 11:13:36 +0000 (+0300) Subject: * src/emacs.c: Do not include sys/ioctl.h, not needed. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~6523 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=16667d5b580714dc97bfdc477f97962859d73de7;p=emacs.git * src/emacs.c: Do not include sys/ioctl.h, not needed. --- diff --git a/src/ChangeLog b/src/ChangeLog index 587c72a4748..7a61ac65bef 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2010-09-21 Dan Nicolaescu + * emacs.c: Do not include sys/ioctl.h, not needed. + * doprnt.c: Do not include stdlib.h, config.h does it. Move #include before macro definition. diff --git a/src/emacs.c b/src/emacs.c index 33e0d60630b..5e7efb64226 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -32,10 +32,6 @@ along with GNU Emacs. If not, see . */ #include #endif -#ifdef HAVE_SYS_IOCTL_H -#include -#endif - #ifdef WINDOWSNT #include #include /* just for w32.h */